mirror of
https://github.com/NishiOwO/fvwm1.git
synced 2025-04-21 08:44:39 +00:00
19 lines
716 B
Plaintext
19 lines
716 B
Plaintext
/* Imakefile for fvwm 1.18c */
|
|
/* Thu Aug 5 11:21:36 MET DST 1993, mj@dfv.rwth-aachen.de */
|
|
|
|
/* setup is done entirely in configuration.h now! */
|
|
/* You should need to do much in here, excpt maybe add libraries */
|
|
|
|
/* I need to get the #define XPM from configuration.h if its in there, */
|
|
/* so that I can tell if I should include -lXpm */
|
|
#include <../configure.h>
|
|
|
|
COMPILER
|
|
|
|
OBJS = CatString3.o SendInfo.o SendText.o wild.o safemalloc.o findIconFile.o \
|
|
mystrcasecmp.o strncmp.o hostname.o ReadPacket.o \
|
|
sleep.o CopyString.o mygetostype.o GetFdWidth.o
|
|
|
|
NormalLibraryTarget(fvwmlib, $(OBJS))
|
|
|