X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=0cf232005dca989b8573e5272d7d5202302884d4;hb=7e222be7a2a7a0137d8a624c21a17603a669f1c0;hp=ec7135d070916883baa56b2904fee91577eacf0a;hpb=dfc7d0cd9b185a982b9f83d6d862824a62000aea;p=svrt.git diff --git a/Makefile b/Makefile index ec7135d..0cf2320 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ # You should have received a copy of the GNU General Public License # along with selector. If not, see . -LDFLAGS=-lm -ljpeg -lpng +LDFLAGS=-lm -ljpeg -lpng12 ifeq ($(DEBUG),yes) OPTIMIZE_FLAG = -ggdb3 -DDEBUG -fno-omit-frame-pointer @@ -39,7 +39,10 @@ all: vision_test TAGS TAGS: *.cc *.h etags --members -l c++ *.cc *.h -vision_test: misc.o rgb_image.o jpeg_misc.o fusion_sort.o global.o param_parser.o progress_bar.o \ +vision_test: misc.o \ + global.o param_parser.o progress_bar.o \ + rgb_image.o jpeg_misc.o \ + fusion_sort.o \ discrete_density.o \ tools.o \ vignette.o \ @@ -79,9 +82,6 @@ vision_test: misc.o rgb_image.o jpeg_misc.o fusion_sort.o global.o param_parser. Makefile.depend: *.h *.cc Makefile $(CC) -M *.cc > Makefile.depend -svrt_full.tgz: - cd .. ; tar zcvf /tmp/svrt.tgz svrt_full/*.{cc,h,sh} svrt_full/Makefile svrt_full/README.txt svrt_full/gpl-3.0.txt - clean: \rm -f vision_test *.o Makefile.depend TAGS