mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
trim down Makefile.
This commit is contained in:
parent
70133f558a
commit
eafa7c04cf
@ -26,17 +26,8 @@ CPPSRCS = efmain.cpp \
|
||||
|
||||
PROGRAM = sajava
|
||||
|
||||
|
||||
#######################################################################
|
||||
# (2) Include "component" configuration information. #
|
||||
#######################################################################
|
||||
|
||||
include $(DEPTH)/config/config.mk
|
||||
|
||||
#######################################################################
|
||||
# (3) Include "local" platform-dependent assignments (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
CFLAGS += -DIMPORTING_VM_FILES
|
||||
|
||||
ifneq ($(OS_ARCH),WINNT)
|
||||
@ -45,16 +36,8 @@ endif
|
||||
|
||||
LDFLAGS += $(EF_LIBS) $(NSPR_LIBS)
|
||||
|
||||
#######################################################################
|
||||
# (4) Execute "component" rules. (OPTIONAL) #
|
||||
#######################################################################
|
||||
|
||||
include $(DEPTH)/config/rules.mk
|
||||
|
||||
#######################################################################
|
||||
# (7) Execute "local" rules. (OPTIONAL). #
|
||||
#######################################################################
|
||||
|
||||
program:: $(PROGRAM)
|
||||
|
||||
ifdef GENERATE_BROWSE_INFO
|
||||
|
Loading…
x
Reference in New Issue
Block a user