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) r lcd4linux Debian packagingJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_netinfo.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Make lcd4linux linux specificReinhard Tartler1-2/+1
2011-04-29add sqlite3-dev to build dependssiretart@tauware.de2-2/+4
2011-04-29mention new co-maintainersiretart@tauware.de1-0/+1
2011-04-29add libdbus-1-dev to build dependssiretart@tauware.de2-1/+3
2011-04-29normalize fields with wrap-and-sort(1)siretart@tauware.de2-18/+20
2011-04-29fix order of calling dh_autoreconf_cleansiretart@tauware.de1-1/+1
2011-04-29Add Uploader details to Debian PackageJonathan McCrohan1-0/+1
2011-04-27Bug fix: "script lcd4linux/init.d/lcd4linux missing dependency onReinhard Tartler2-1/+5
2011-04-27No longer build the mpd module. Closes: #578226Reinhard Tartler1-0/+1
2011-04-27No longer compile against Python. Python 2.6 now links against libssl,Reinhard Tartler2-2/+3