File: Makefile.in

package info (click to toggle)
asmix 1.3-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 220 kB
  • ctags: 80
  • sloc: ansic: 429; sh: 183; makefile: 56
file content (13 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
# AfterStepApps standard Makefile and autoconf/ ; do not edit

OBJS = asmix.o

PROG = asmix

@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