CC= gcc LDFLAGS= -L/usr/lib -L/usr/local/lib -L/usr/lib/ncurses -L/usr/local/lib/ncurses CPPFLAGS= -I/usr/include -I/usr/local/include -I/usr/include/ncurses -I/usr/local/include/ncurses CFLAGS= -O3 -Wall -std=c99 #CFLAGS+= -ffunction-sections -fdata-sections #LDFLAGS+= --gc-sections LIBS= -lncurses DESTDIR= /usr/local/ OFILES=buffers.o \ configfile.o \ correlation.o \ gpl.o \ hexcalc.o \ input.o \ machine_type.o \ main.o \ markers.o \ menu.o \ output.o \ search.o \ ui.o all: dhex dhex: $(OFILES) $(CC) $(LDFLAGS) -o $@ $(OFILES) $(LIBS) install:all strip dhex cp dhex $(DESTDIR)/bin cp dhex.1 $(DESTDIR)/man/man1 cp dhexrc.5 $(DESTDIR)/man/man5 cp dhex_markers.5 $(DESTDIR)/man/man5 cp dhex_searchlog.5 $(DESTDIR)/man/man5 .c.o: $(CC) $< -c -I. $(CPPFLAGS) $(CFLAGS) $(OPTIONS) clean: rm -f dhex $(OFILES) t();'> libconfig Debian packagingJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.in (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2012-02-07Revert "Fix b0rked symbol file."Jonathan McCrohan1-1/+1
This reverts commit da589e0b2ee111a61807c057cd4608b7bb278cca.
2012-02-07Revert "Second attempt"Jonathan McCrohan2-0/+194
This reverts commit 1c5de5f3d1287cdf6994bb3451b8a8e18a62b8ec.
2012-01-29Second attemptJonathan McCrohan2-194/+0
2012-01-29Fix b0rked symbol file.Jonathan McCrohan1-1/+1
2012-01-29Add symbolsJonathan McCrohan3-1/+739
2012-01-26add examples properlyJonathan McCrohan1-0/+2
2012-01-26Update changelogJonathan McCrohan1-3/+6
2012-01-26fix typoJonathan McCrohan1-1/+1
2012-01-26fix accidental description changesJonathan McCrohan1-2/+2
2012-01-26more fucking around to please lintianJonathan McCrohan1-5/+2
2012-01-25Linitan fixesJonathan McCrohan2-3/+2
2012-01-25Split out debug packagesJonathan McCrohan2-1/+6
2011-12-31Fix debian/rulesJonathan McCrohan1-1/+1
2011-12-31Remove shlibsJonathan McCrohan1-2/+0
2011-12-31Remove NMU from changelogJonathan McCrohan1-1/+0
2011-12-31Lintian FixesJonathan McCrohan1-2/+4
2011-12-31Remove Makefile patchJonathan McCrohan1-1/+0
2011-12-31Update MakefilesJonathan McCrohan10-248/+8222
2011-12-31Updated makefilesJonathan McCrohan1-0/+1