source: gpfs_3.1_ker2.6.20/lpp/mmfs/src/gpl-linux/ia64/Imakefile @ 16

Last change on this file since 16 was 16, checked in by rock, 16 years ago
File size: 420 bytes
Line 
1/* $Id: Imakefile,v 1.28 2004/08/10 13:08:54 gjertsen Exp $ */
2
3/* Only include portability and cxi headers in this layer */
4SetGplIncludePath()
5
6NormalObjectRule()
7
8HEADERS =
9
10LINUX_CUSTOM = cfiles_cust.ko
11
12GPL_LIBS = libarch-gpl_cust.a
13
14kLibraryTarget(libarch-gpl_cust.a, $(LINUX_CUSTOM))
15InstallLibraries($(GPL_LIBS), $(GPL_LIB_DIR))
16
17TRACELIST = ss_ia64.c
18
19TraceTarget("glinux-ia64", $(TRACELIST))
20
21DependTargetPK()
Note: See TracBrowser for help on using the repository browser.