mlvwm/sample_rc/Imakefile

19 lines
433 B
Plaintext
Raw Normal View History

2015-04-04 23:54:38 +00:00
XCOMM Imakefile for MLVWM
#include "../configure.h"
XCOMM Do not change from here !
all::
#if InstallSampleRC
SRC_CONFIG = Mlvwmrc
SAMPLES = Mlvwmrc-Xterm \
Mlvwmrc-Kterm-j \
Mlvwmrc-Netscape \
Mlvwmrc-j
InstallNamedNonExec($(SRC_CONFIG),system$(MLVWMRC),$(MLVWMLIBDIR))
InstallMultiple($(SAMPLES),$(MLVWMLIBDIR))
#endif