chimera/mxw/Imakefile
2025-03-12 01:30:36 +09:00

27 lines
466 B
Plaintext

#include <../Common.tmpl>
DEFINES = $(XRELEASE)
INCLUDES = -I./
#ifndef ultrix
#if ProjectX > 4
HEADERS = ScrollText.h ScrollTextP.h
SRCS = ScrollText.c
OBJS = ScrollText.o
#else
HEADERS = ScrollText.h ScrollTextP.h Porthole.h PortholeP.h
SRCS = ScrollText.c Porthole.c
OBJS = ScrollText.o Porthole.o
#endif
#else
HEADERS = ScrollText.h ScrollTextP.h
SRCS = ScrollText.c
OBJS = ScrollText.o
#endif
NormalLibraryTarget(mxw, $(OBJS))
DependTarget()
install.man::