File: Imakefile

package info (click to toggle)
asclassic 1.1b-29
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 2,824 kB
  • ctags: 2,018
  • sloc: ansic: 21,407; makefile: 406; sh: 275
file content (27 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (3)
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
/*
 * Imakefile for Auto.
 */

#include "../../configure.h"
COMPILER

DEPLIBS = $(DEPXLIB)  ../../lib/libafterstep.a

#ifdef AlphaArchitecture
#ifdef LinuxArchitecture
LOCAL_LIBRARIES = -L../../lib -lafterstep
#else
LOCAL_LIBRARIES = -ldnet_stub -L../../lib -lafterstep
#endif /* LinuxArchitecture */
#else
LOCAL_LIBRARIES = -L../../lib -lafterstep
#endif /* AlphaArchitecture */

LINTLIBS = $(LINTXLIB)

SRCS = Auto.c
OBJS = Auto.o
TARGET_DIR

ComplexProgramTarget(Auto)