mirror of
https://github.com/morgant/mlvwm.git
synced 2024-11-01 00:11:25 +00:00
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
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
|