1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
# Generated automatically from Makefile.in by configure.
prefix = /usr/local
CXX = c++
CPPFLAGS += -Wall -O3 -INONE/include -I${prefix}/include -I..
CXXFLAGS += -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include
SRCS = \
drawGreatArcs.cc \
drawMarkers.cc \
drawSatellite.cc \
parse.cc
OBJS = $(SRCS:.cc=.o)
libannotate.a: $(OBJS)
/usr/bin/ar rsuv $@ $(OBJS)
drawGreatArcs.o: drawGreatArcs.cc ../Options.h ../checkfuncs.h \
../keywords.h parse.h ../Planet.h ../util.h \
../libdisplay/libdisplay.h ../libdisplay/DisplayBase.h \
../libprojection/libprojection.h ../libprojection/ProjectionBase.h \
../libprojection/ProjectionRectangular.h ../Location.h
drawMarkers.o: drawMarkers.cc ../auxfiles.h ../Marker.h ../Options.h \
../checkfuncs.h ../keywords.h parse.h ../Planet.h ../util.h \
../xplanet.h ../libdisplay/libdisplay.h ../libdisplay/DisplayBase.h \
../libprojection/libprojection.h ../libprojection/ProjectionBase.h \
../libprojection/ProjectionRectangular.h ../Location.h
drawSatellite.o: drawSatellite.cc ../auxfiles.h ../Location.h \
../Options.h ../checkfuncs.h ../keywords.h parse.h ../Satellite.h \
../libsgp4sdp4/sgp4sdp4.h ../util.h
parse.o: parse.cc ../keywords.h
.PHONY : clean distclean
clean :
-/bin/rm -f *.o libannotate.a
distclean:
-/bin/rm -f *.o libannotate.a Makefile
|