Arquivos
hhvm/hphp/runtime/ext/Makefile
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
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.
2013-02-11 02:10:41 -08:00

17 linhas
272 B
Makefile

PROJECT_ROOT = ../../..
PROJECT_NAME = hphp_cpp_ext
AUTO_SOURCES = 1
SOURCE_SUBDIRS = bcmath hash fql phpmcc mailparse thrift
include $(PROJECT_ROOT)/src/rules.mk
ifdef MAC_OS_X
TARGETS = $(STATIC_LIB)
else
TARGETS = $(STATIC_LIB) $(SHARED_LIB)
endif
all: $(TARGETS)