From: Francois Fleuret Date: Tue, 2 Feb 2010 17:28:33 +0000 (+0100) Subject: *** empty log message *** X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=12dcd901862c9097eb8e54e39c6b5d2e5d658f03;p=universe.git *** empty log message *** --- diff --git a/Makefile b/Makefile index 05e9586..0f7540c 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ TAGS: *.cc *.h main: main.o misc.o \ simple_window.o \ universe.o \ - xfig_tracer.o \ polygon.o \ + xfig_tracer.o \ map.o \ task.o \ retina.o \ @@ -49,7 +49,7 @@ main: main.o misc.o \ mash: misc.o universe.o polygon.o xfig_tracer.o mash.o $(CXX) -lX11 $(CXXFLAGS) -o $@ $^ $(LDFLAGS) -%.task: %.cc misc.o universe.o polygon.o map.o task.o manipulator.o +%.task: %.cc misc.o universe.o polygon.o xfig_tracer.o map.o task.o manipulator.o $(CXX) $(CXXFLAGS) -shared -Wl,-soname,$@ -o $@ $^ Makefile.depend: *.h *.cc Makefile