File: Imakefile

package info (click to toggle)
xconq 7.2.2-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 8,296 kB
  • ctags: 9,199
  • sloc: ansic: 107,849; sh: 2,108; perl: 2,057; makefile: 1,177; sed: 161; csh: 50; awk: 49; lisp: 39
file content (26 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (2)
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
/* Imakefile for SelFile (pfp) */

#include "../Local.config"

       INCLUDES = -I.
   INSTALLFLAGS = $(INSTINCFLAGS)
       LINTLIBS = $(LINTXTOLL) $(LINTXLIB) 

HEADERS = xpm.h
  SRCS = SelFile.c Path.c Dir.c Draw.c
  OBJS = SelFile.o Path.o Dir.o Draw.o
 SELFILE_DEFINE = -DSELFILE -DHOME_ON_DEMAND

NormalLibraryObjectRule()

NormalLibraryTarget(Xgnu,$(OBJS))

#ifdef InstallLibXgnu
InstallLibrary(Xgnu,$(USRLIBDIR))
#endif

DependTarget()

depend:: SFinternal.h