File: Imakefile

package info (click to toggle)
xmountains 2.7-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 176 kB
  • ctags: 222
  • sloc: ansic: 2,623; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LOCAL_LIBRARIES = -lX11 
  SYS_LIBRARIES = -lm
           SRCS = calcalt.c random.c  artist.c  xmountains.c X_graphics.c print_alg.c
           OBJS = calcalt.o random.o  artist.o  xmountains.o X_graphics.o print_alg.o
           HDRS = crinkle.h paint.h patchlevel.h copyright.h vroot.h
          SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man Makefile.alt
ComplexProgramTarget(xmountains)


xmountains.shar: $(SHARS)
	shar -o xmountains.shar README $(HDRS) Imakefile xmountains.man $(SRCS)

xmountains.tar: $(SHARS)
	tar cvf xmountains.tar $(SHARS)