blob: 9a140518d805d1a06eb495a1a62149ef16d776d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
XCOMM $XConsortium: Imakefile,v 1.6 94/03/29 15:54:16 gildea Exp $
#define DoNormalLib NormalLibXtf
#define DoSharedLib SharedLibXtf
#define DoDebugLib DebugLibXtf
#define DoProfileLib ProfileLibXtf
#define LibName Xtf
#define SoRev SOXTFREV
#ifdef SharedXtfReqs
REQUIREDLIBS = SharedXtfReqs
#endif
LINTLIBS = $(LINTXLIB)
DEPEND_DEFINES = CplusplusDependIncludes
SRCS = Xtf.cxx
OBJS = Xtf.o
#define CplusplusSource
#include <Library.tmpl>
ALLDEFINES = $(CXXDEFINES)
DependTarget()
|