diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-28 16:56:51 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2005-02-28 16:56:51 +0000 |
commit | 886a904459e87f46f3f43df434307a294f85e52d (patch) | |
tree | c1df20d21a95886b9f56d90bebda01d887fa1f3b /Makefile | |
parent | 8ec55e2a75d5eb3c7305c8cadb94681df703167b (diff) |
implement pdf export / import
implement pdf export / import
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CFLAGS=-I/usr/X11R6/include -g -Wall CC=c++ -OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o +OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o util.o %.o: %.cxx $(CC) -c $(CFLAGS) $*.cxx |