summaryrefslogtreecommitdiff
path: root/app/xlockmore/xmlock/Imakefile
blob: 9b6ef7da2c9410073213f88f2337737d0626ff46 (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
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 .pure
#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