components/gnupth/patches/000-Makefile.in.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Tue, 25 Mar 2014 10:17:45 -0700
changeset 1789 afea5ee094d1
parent 250 3ec860f369f5
permissions -rw-r--r--
18457505 Upgrade Wireshark to version 1.10.6 18384235 problem in UTILITY/WIRESHARK
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
250
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
--- Makefile.in	Thu Jun  8 10:54:01 2006
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
+++ Makefile.in	Fri Sep  4 06:55:08 2009
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
@@ -194,25 +194,25 @@
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
 
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     5
 #   build test program
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     6
 test_std: test_std.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     7
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_std test_std.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     8
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_std test_std.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     9
 test_httpd: test_httpd.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    10
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_httpd test_httpd.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    11
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_httpd test_httpd.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    12
 test_misc: test_misc.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    13
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_misc test_misc.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    14
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_misc test_misc.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    15
 test_mp: test_mp.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    16
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_mp test_mp.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    17
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_mp test_mp.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    18
 test_philo: test_philo.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    19
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_philo test_philo.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    20
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_philo test_philo.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    21
 test_sig: test_sig.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    22
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_sig test_sig.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    23
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_sig test_sig.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    24
 test_select: test_select.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    25
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_select test_select.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    26
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_select test_select.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    27
 test_sfio: test_sfio.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    28
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_sfio test_sfio.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    29
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_sfio test_sfio.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    30
 test_uctx: test_uctx.o test_common.o libpth.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    31
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_uctx test_uctx.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    32
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_uctx test_uctx.o test_common.o libpth.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    33
 test_pthread: test_pthread.o test_common.o libpthread.la
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    34
-	$(LIBTOOL) --mode=link --quiet $(CC) $(LDFLAGS) -o test_pthread test_pthread.o test_common.o libpthread.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    35
+	$(LIBTOOL) --mode=link --quiet $(CC) $(CFLAGS) $(LDFLAGS) -o test_pthread test_pthread.o test_common.o libpthread.la $(LIBS)
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    36
 
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    37
 #   install the package
3ec860f369f5 7046183 GNU Pthreads to Userland
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
    38
 install: all-for-install