File: Imakefile

package info (click to toggle)
kinput2 3.0-19
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,688 kB
  • ctags: 4,649
  • sloc: ansic: 45,508; makefile: 100; sh: 35
file content (20 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include "../../Kinput2.conf"

             SRCS = imattr.c imbuf.c imconv.c imdata.c imdispatch.c \
		    imic.c improto.c imrequest.c imxport.c
             OBJS = imattr.o imbuf.o imconv.o imdata.o imdispatch.o \
		    imic.o improto.o imrequest.o imxport.o

   LOCAL_INCLUDES = -I../../include -I.
         INCLUDES = $(LOCAL_INCLUDES)

          DEFINES = $(TRANSPORTDEFS) -DXIM_BC	/* XIM bug compatibility */

NormalLibraryObjectRule()
NormalLibraryTarget(im,$(OBJS))
DependTarget()

#ifdef IHaveSubdirs
MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
#endif