File: Makefile.in

package info (click to toggle)
asmail 2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,024 kB
  • ctags: 301
  • sloc: ansic: 3,045; sh: 183; makefile: 88
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AfterStepApps standard Makefile and autoconf/ ; do not edit

MANUAL_OBJS = asmail.o gui.o mbox.o maildir.o mh.o pop3.o imap.o socklib.o \
		globals.o x_color.o

PROG = asmail

@MAKEFILECOMMON@

config:
	autoconf --localdir=autoconf autoconf/configure.in > \
	configure ; chmod 755 configure
	autoheader --localdir=autoconf autoconf/configure.in > \
	autoconf/config.h.in ; chmod 644 autoconf/config.h.in