File: Makefile.in

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

OBJS = asmem.o asmem_x.o read_mem.o x_color.o safecopy.c

PROG = asmem

@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