summaryrefslogtreecommitdiff
path: root/xc/workInProgress/lbx/programs/lbxproxy/Imakefile
blob: bddaca39f6e7d5c0c38a60d0c3c1f20655f0e447 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
XCOMM $XConsortium: Imakefile,v 1.6 94/04/02 22:14:11 rws Exp $

#include <Server.tmpl>
#define       IHaveSubdirs

SUBDIRS = di os
LBXLIBS = di/libdilbx.a os/libos.a ../../lib/lbxutil/liblbxutil.a  ../../lib/Xext/liblbxXext.a
OTHERLIBS = $(XEXTLIB) $(XLIB) $(XAULIB) $(XDMCPLIB)

ServerTarget(lbxproxy,$(SUBDIRS),NullParameter,$(LBXLIBS),$(OTHERLIBS))

DependSubdirs($(SUBDIRS))

ForceSubdirs($(SUBDIRS))