1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

started to try and make things compile, but isn't yet working

This commit is contained in:
fyodor
2006-08-25 03:05:15 +00:00
parent a8187ae8cb
commit c124f4ff9b

View File

@@ -1,8 +1,8 @@
CC=gcc
CPP=g++
INCLUDE_FLAGS= -I.. -I../nbase -I../libpcap
LINK_FLAGS=-L.. -L../nbase -L../libpcap
INCLUDE_FLAGS= -I.. -I../nbase -I../libpcap -I../libdnet-stripped/include/
LINK_FLAGS=-L.. -L../nbase -L../libpcap -L../libdnet-stripped/src/.libs
NMAP_OBJS=../osscan.o ../osscan2.o ../nmap_error.o ../utils.o ../tcpip.o ../output.o ../nmap.o ../scan_engine.o ../portlist.o ../timing.o ../nmap_rpc.o ../charpool.o ../services.o ../targets.o ../idle_scan.o ../MACLookup.o ../protocols.o ../FingerPrintResults.o ../NmapOps.o ../TargetGroup.o ../Target.o ../NmapOutputTable.o ../service_scan.o ../nmap_tty.o ../nmap_dns.o ../nsock/src/libnsock.a
DEFINES=-DHAVE_CONFIG_H=1
DATAFILES = nmap-os-fingerprints nmap-os-db nmap-service-probes nmap-services nmap-rpc nmap-protocols nmap-mac-prefixes