363d1bb20f
This change is mostly for FB internal organizational reasons. Building is not effected beyond the fact that the target now lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
12 linhas
184 B
Makefile
12 linhas
184 B
Makefile
|
|
PROJECT_ROOT = ../..
|
|
PROJECT_NAME = util
|
|
|
|
AUTO_SOURCES_RECURSIVE = 1
|
|
|
|
CPPFLAGS += -DHAVE_UDP_REPLY_PORTS
|
|
include $(PROJECT_ROOT)/src/rules.mk
|
|
|
|
TARGETS = $(STATIC_LIB)
|
|
all: $(TARGETS)
|