File: Makefile.am

package info (click to toggle)
httptunnel 3.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,104 kB
  • ctags: 307
  • sloc: ansic: 4,646; sh: 338; makefile: 88
file content (24 lines) | stat: -rw-r--r-- 635 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## Copyright (C) 1999 Lars Brinkhoff

SUBDIRS = port

bin_PROGRAMS = htc hts
man_MANS = hts.1 htc.1

if SRCDIR
CPPFLAGS += -I$(VPATH)/port
else
CPPFLAGS += -Iport
endif

htc_SOURCES = htc.c common.c tunnel.c http.c base64.c
htc_LDADD = -Lport -lport
hts_SOURCES = hts.c common.c tunnel.c http.c
hts_LDADD = -Lport -lport

noinst_HEADERS = common.h tunnel.h http.h base64.h

EXTRA_DIST = TODO HACKING DISCLAIMER doc/rfc1945.txt doc/rfc2068.txt \
             FAQ doc/rfc2045.txt hts.1 htc.1 debian/changelog debian/control \
             debian/copyright debian/dirs debian/docs debian/rules \
             debian/prerm debian/postinst