~ubuntu-branches/debian/sid/dirb/sid

« back to all changes in this revision

Viewing changes to web2dic/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Philippe Thierry
  • Date: 2017-06-14 20:14:21 UTC
  • Revision ID: package-import@ubuntu.com-20170614201421-id4bxn17b8v0wlux
Tags: upstream-2.22+dfsg
ImportĀ upstreamĀ versionĀ 2.22+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = html2dic
 
2
 
 
3
AM_CFLAGS = -Wall -g 
 
4
 
 
5
base = html2dic.c
 
6
 
 
7
html2dic_SOURCES = $(base)
 
8
 
 
9
CLEANFILES = core *.core *.o *~ *.stackdump output.txt
 
10
 
 
11
DISTCLEANFILES = autoconf.h stamp-auto-h autom4te*.cache
 
12
 
 
13
html2dic$(EXEEXT): $(html2dic_OBJECTS) 
 
14
        @rm -f html2dic$(EXEEXT)
 
15
        $(LINK) $(html2dic_OBJECTS) $(LIBS)