~ubuntu-branches/ubuntu/wily/fvwm1/wily-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* Imakefile for FvwmAuto                                             */
/* 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

CCOPTIONS = $(shell dpkg-buildflags --get CFLAGS)
LOCAL_LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)


DEPLIBS = $(DEPXLIB) ../../libs/libfvwmlib.a

/* #ifdef AlphaArchitecture */
#if 0
LOCAL_LIBRARIES = -ldnet_stub -L../../libs -lfvwmlib  
#else
LOCAL_LIBRARIES = -L../../libs -lfvwmlib  
#endif

LINTLIBS = $(LINTXLIB)

SRCS = FvwmAuto.c
OBJS = FvwmAuto.o

TARGET_DIR

ComplexProgramTarget(FvwmAuto)