X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=svrt.git;a=blobdiff_plain;f=Makefile;h=13a74ccbc197d6a771301adf61467e52dac2aa1e;hp=ec7135d070916883baa56b2904fee91577eacf0a;hb=HEAD;hpb=dfc7d0cd9b185a982b9f83d6d862824a62000aea diff --git a/Makefile b/Makefile index ec7135d..45cfebd 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ # License for more details. # # You should have received a copy of the GNU General Public License -# along with selector. If not, see . +# along with svrt. If not, see . LDFLAGS=-lm -ljpeg -lpng @@ -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