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:
axel%pike.org 2000-11-17 10:37:00 +00:00
Родитель b29a82daa0
Коммит 637079fb35
1 изменённых файлов: 0 добавлений и 21 удалений

Просмотреть файл

@ -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