home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World of Computer Software
/
World_Of_Computer_Software-02-385-Vol-1of3.iso
/
x
/
xibm.zip
/
AIX
/
Imakefile
< prev
next >
Wrap
Makefile
|
1992-02-11
|
816b
|
47 lines
XCOMM $Id: Imakefile,v 5.1 1992/02/12 00:21:36 jfc Exp $
#include <Server.tmpl>
#ifdef AIXrt
OSDEP_SRC = aixRTOS.c
OSDEP_OBJ = aixRTOS.o
#else
OSDEP_SRC = aixPS2OS.s
OSDEP_OBJ = aixPS2OS.o
#endif
SRCS = aixCursor.c \
aixEvents.c \
aixInit.c \
aixKeybd.c \
aixMouse.c \
hftQueue.c \
hftUtils.c \
$(OSDEP_SRC)
LIBOBJS = aixCursor.o \
aixEvents.o \
aixInit.o \
aixKeybd.o \
aixMouse.o \
hftQueue.o \
hftUtils.o \
$(OSDEP_OBJ)
OBJS = $(OTHROBJS) $(LIBOBJS)
STD_DEFINES = ServerDefines -DXTESTEXT1
#if ibmSpecialMalloc
DEFINES = -DIBM_SPECIAL_MALLOC
#else
DEFINES =
#endif
INCLUDES = -I. -I../ -I../../../include -I$(INCLUDESRC) -I../common -I../../../../extensions/include -I../../../os
SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))
DependTarget()