File: Imakefile

package info (click to toggle)
pixmap 2.6pl4-8
  • links: PTS
  • area: main
  • in suites: potato
  • size: 792 kB
  • ctags: 1,559
  • sloc: ansic: 12,703; makefile: 866; sh: 11
file content (25 lines) | stat: -rw-r--r-- 451 bytes parent folder | download | duplicates (9)
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
#ifndef XCOMM
#define XCOMM #
#endif

XCOMM Imakefile for SelFile (pfp)

       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))
InstallLibrary(Xgnu,$(USRLIBDIR))

DependTarget()

depend:: SFinternal.h