~ubuntu-branches/ubuntu/trusty/numactl/trusty-proposed

« back to all changes in this revision

Viewing changes to diff.Makefile

  • Committer: Package Import Robot
  • Author(s): Ian Wienand
  • Date: 2012-11-15 12:20:29 UTC
  • mfrom: (1.3.9)
  • Revision ID: package-import@ubuntu.com-20121115122029-df53pmew2v1ydcsg
Tags: 2.0.8-1
New upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -ruN numactl-2.0.8-rc5.orig/Makefile numactl-2.0.8-rc5.new/Makefile
 
2
--- numactl-2.0.8-rc5.orig/Makefile     2012-08-23 15:50:37.000000000 -0400
 
3
+++ numactl-2.0.8-rc5.new/Makefile      2012-09-06 13:58:40.056795146 -0400
 
4
@@ -32,7 +32,7 @@
 
5
              test/mbind_mig_pages test/migrate_pages \
 
6
              migratepages migspeed migspeed.o libnuma.a \
 
7
              test/move_pages test/realloc_test sysfs.o affinity.o \
 
8
-             test/node-parse rtnetlink.o test/A
 
9
+             test/node-parse rtnetlink.o test/A numastat
 
10
  SOURCES := bitops.c libnuma.c distance.c memhog.c numactl.c numademo.c \
 
11
        numamon.c shm.c stream_lib.c stream_main.c syscall.c util.c mt.c \
 
12
        clearcache.c test/*.c affinity.c sysfs.c rtnetlink.c
 
13
@@ -45,10 +45,12 @@
 
14
       test/tshared stream test/mynode test/pagesize test/ftok test/prefered \
 
15
       test/randmap test/nodemap test/distance test/tbitmap test/move_pages \
 
16
       test/mbind_mig_pages test/migrate_pages test/realloc_test libnuma.a \
 
17
-     test/node-parse
 
18
+     test/node-parse numastat
 
19
 
 
20
  numactl: numactl.o util.o shm.o bitops.o libnuma.so
 
21
 
 
22
+numastat: CFLAGS += -std=gnu99
 
23
+
 
24
  migratepages: migratepages.c util.o bitops.o libnuma.so
 
25
 
 
26
  migspeed: LDLIBS += -lrt