зеркало из https://github.com/mozilla/pjs.git
Not part of the build. more people than I thought use the old build system, synching this with my changes for transformiix' TEXTPrinter to the autoconf one
This commit is contained in:
Родитель
b29a82daa0
Коммит
637079fb35
|
@ -1,21 +0,0 @@
|
|||
target: printers
|
||||
|
||||
|
||||
BASE_PATH = "../../base"
|
||||
DOM_PATH = "../dom"
|
||||
|
||||
INCLUDE_PATH = -I. -I$(BASE_PATH) -I$(DOM_PATH) -I-
|
||||
|
||||
|
||||
ALL_OBJS = XMLPrinter.o \
|
||||
HTMLPrinter.o
|
||||
|
||||
CC := $(CC) -g
|
||||
|
||||
printers: $(ALL_OBJS)
|
||||
|
||||
XMLPrinter.o: printers.h XMLPrinter.cpp
|
||||
$(CC) $(INCLUDE_PATH) -c XMLPrinter.cpp
|
||||
|
||||
HTMLPrinter.o: printers.h XMLPrinter.cpp HTMLPrinter.cpp
|
||||
$(CC) $(INCLUDE_PATH) -c HTMLPrinter.cpp
|
Загрузка…
Ссылка в новой задаче