| Line | |
|---|
| 1 | nprobe-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 | |
|---|
| 6 | nprobe: |
|---|
| 7 | make -C nprobe all |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | nprobe-clean: |
|---|
| 11 | make -j 4 -C nprobe clean |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | nprobe-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.