File: Imakefile

package info (click to toggle)
kinput2 3.1-14
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,284 kB
  • sloc: ansic: 49,965; makefile: 104; sh: 68
file content (22 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include "../../Kinput2.conf"

             SRCS = \
		aux.c \
		buffer.c \
		compstr.c \
		event.c \
		if.c \
		key.c \
		misc.c \
		segment.c \
		sysline.c

             OBJS = $(SRCS:%.c=%.o)

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

          DEFINES =

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