File: Imakefile

package info (click to toggle)
xlockmore 4.09-3
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 5,440 kB
  • ctags: 6,552
  • sloc: ansic: 54,180; sh: 1,624; makefile: 689; tcl: 439; java: 269; perl: 149
file content (38 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (3)
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
28
29
30
31
32
33
34
35
36
37
38
#ifndef XCOMM
#define XCOMM /**/#
#endif
XCOMM @(#)Sub Imakefile	xlockmore
XCOMM

#include "../iconfig.h"

top_srcdir = ..
UTILSDIR = .

XCOMM  List of object files
XMLOCKOBJS = option$(O)$(S)xmlock$(O)

XCOMM  List of source files
XMLOCKSRCS = option$(C) xmlock$(C)


#ifdef XmLibrary
AllTarget(xmlock)
NormalProgramTarget(xmlock, $(XMLOCKOBJS), $(DEPXLIB), $(MLIBS), NullParameter)
#else
clean::
	$(RM) xmlock
#endif

DependTarget()
LintTarget()

#ifdef XmLibrary
InstallProgram(xmlock$(E),$(BINDIR))
InstallAppDefaults(XmLock)
#endif

distclean::	clean
	$(RM) Makefile config.status config.cache config.log config.h

clean.all:: distclean