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
Родитель b12bf93a66
Коммит e460f6ef0b
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -8,7 +8,8 @@ INCLUDE_PATH = -I. -I$(BASE_PATH) -I$(DOM_PATH) -I-
ALL_OBJS = XMLPrinter.o \
HTMLPrinter.o
HTMLPrinter.o \
TEXTPrinter.o
CC := $(CC) -g
@ -19,3 +20,6 @@ XMLPrinter.o: printers.h XMLPrinter.cpp
HTMLPrinter.o: printers.h XMLPrinter.cpp HTMLPrinter.cpp
$(CC) $(INCLUDE_PATH) -c HTMLPrinter.cpp
TEXTPrinter.o: printers.h XMLPrinter.cpp TEXTPrinter.cpp
$(CC) $(INCLUDE_PATH) -c TEXTPrinter.cpp