File: Makefile.am

package info (click to toggle)
xnee 3.06-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,324 kB
  • ctags: 2,429
  • sloc: ansic: 21,992; sh: 12,427; makefile: 563
file content (33 lines) | stat: -rw-r--r-- 934 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
23
24
25
26
27
28
29
30
31
32
33
LIBSEMA=${LIBSEMA}


SUBDIRS = src 


EXTRA_DIST = Makefile.cnee Makefile.cvs autotools/* \
    test/bin/new_script.sh \
    test/etc/base_funs \
    test/test_all.sh \
    test/check_mem.sh \
    test/record/keyboard.sh \
    test/record/mouse.sh \
    test/scripts/options/all-events.sh \
    test/scripts/options/print-error-name.sh \
    test/scripts/options/print-error-names.sh \
    test/scripts/options/print-event-name.sh \
    test/scripts/options/print-event-names.sh \
    test/scripts/options/print-request-name.sh \
    test/scripts/options/print-request-names.sh \
    test/scripts/options/test_all.sh \
    test/scripts/record/keyboard.sh \
    test/scripts/record/mouse.sh \
    test/scripts/replay/keyboard.sh \
    test/scripts/replay/mouse.sh \
    test/scripts/retype/keyboard.sh \
    test/scripts/resolution/mo-res.sh \
    test/scripts/timing/mo-time.sh \
    test/src/xgetter.c 


man:
	( cd src ; make man )