File: Imakefile

package info (click to toggle)
xtel 3.3.0-32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,172 kB
  • sloc: ansic: 15,773; sh: 224; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 288 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XCOMM
XCOMM Imakefile du selecteur de fichier Xsra
XCOMM
XCOMM $Id: Imakefile,v 1.2 1994/08/30 15:45:27 pierre Exp $
XCOMM

SRCS=  Dir.c Draw.c Path.c SelFile.c
OBJS=  Dir.o Draw.o Path.o SelFile.o

NormalLibraryTarget(Xsra,$(OBJS))

depend:: xstat.h SFinternal.h $(SRCS)
DependTarget()