File: Makefile.in

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

OBJS = ascpu_x.o ascpu.o safecopy.o x_color.o

PROG = ascpu

@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