blob: cbd0eea36d44bb5618a949870fc8d2bc39f383f5 (
plain)
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
|
--- lib/device/gsipcm/Makefile.orig Tue Jan 30 21:14:16 2001
+++ lib/device/gsipcm/Makefile Fri May 16 16:42:32 2003
@@ -23,7 +23,7 @@
STATIC_LIB = libgsipcm.a
DYNAMIC_LIB = libgsipcm.so
LIB_NAME = $(LIBGSIPCM)
-VERSION = .0.1
+VERSION = .0
LIB_OBJS = pcm_functions.o log.o
@@ -31,7 +31,7 @@
INCLUDES = -I../../include
-WARN = -Wall -Wstrict-prototypes
+WARN = -Wall #-Wstrict-prototypes
MY_CFLAGS = $(CFLAGS) $(DEBUG) $(OPTIMIZE) $(WARN) $(SYSCONFIG_THREADS_MAKELIB_CFLAGS)
@@ -95,7 +95,7 @@
install.man:
- cp doc/*.3 $(MANDIR)/man3/
+ cp doc/man3/*.3 $(MANDIR)/man3/
uninstall:
rm -f $(INSTALL_FILE)
|