aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/XTrap/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/XTrap/Imakefile')
-rw-r--r--nx-X11/lib/XTrap/Imakefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/nx-X11/lib/XTrap/Imakefile b/nx-X11/lib/XTrap/Imakefile
new file mode 100644
index 000000000..54bfdd6dd
--- /dev/null
+++ b/nx-X11/lib/XTrap/Imakefile
@@ -0,0 +1,30 @@
+XCOMM $XFree86$
+
+#define DoNormalLib NormalLibXTrap
+#define DoSharedLib SharedLibXTrap
+#define DoDebugLib DebugLibXTrap
+#define DoProfileLib ProfileLibXTrap
+#define LibName XTrap
+#define SoRev SOXTRAPREV
+#define LibHeaders NO
+
+#include <Threads.tmpl>
+
+#ifdef SharedXmuReqs
+REQUIREDLIBS = SharedXmuReqs
+#endif
+
+XCOMM wish this weren't necessary, but need xlib and xt internals...
+INCLUDES=-I$(TOP)/include -I$(TOOLKITSRC)
+
+
+ SRCS = XECallBcks.c XEConTxt.c XEDsptch.c XEPrInfo.c \
+ XERqsts.c XEStrMap.c XETrapInit.c XEWrappers.c
+ OBJS = XECallBcks.o XEConTxt.o XEDsptch.o XEPrInfo.o \
+ XERqsts.o XEStrMap.o XETrapInit.o XEWrappers.o
+
+LINTLIBS = $(LINTXLIB)
+
+#include <Library.tmpl>
+
+DependTarget()