source: src/router/rules/nprobe.mk @ 18285

Last change on this file since 18285 was 18285, checked in by BrainSlayer, 17 months ago

do not strip before postprocess

File size: 565 bytes
Line 
1nprobe-configure:
2        chmod +x nprobe/configure
3        chmod +x nprobe/config.guess
4        cd nprobe && ./configure --prefix=/usr --host=$(ARCH)-linux CC="$(CC)" CPPFLAGS="-I../libpcap_noring $(COPTS) -DNEED_PRINTF" CFLAGS="-I../libpcap_noring $(COPTS) -DNEED_PRINTF" LDFLAGS="-L../libpcap_noring" --with-only-ipv4 PCAP_ROOT="$(TOP)/libpcap_noring" \
5
6nprobe:
7        make -C nprobe all
8
9
10nprobe-clean:
11        make -j 4 -C nprobe clean
12
13
14nprobe-install:
15        make -C nprobe install DESTDIR=$(INSTALLDIR)/nprobe
16        rm -f $(INSTALLDIR)/nprobe/usr/lib/*.la
17        rm -f $(INSTALLDIR)/nprobe/usr/lib/*.a
18   
Note: See TracBrowser for help on using the repository browser.