INSTALL=/usr/bin/install -c CC=gcc LIBS=-lresolv CFLAGS = -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection OBJECTS=nbtscan.o statusq.o range.o list.o DEFS=-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBRESOLV=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_STDINT_H=1 -Dmy_uint8_t=uint8_t -Dmy_uint16_t=uint16_t -Dmy_uint32_t=uint32_t -DTIME_WITH_SYS_TIME=1 -DHAVE_SNPRINTF=1 -DHAVE_INET_ATON=1 -DHAVE_SOCKET=1 -DUNIX=1 TARGET=nbtscan #for Fedora DESTDIR= prefix = /usr exec_prefix = /usr BINDIR = /usr/bin nbtscan: $(OBJECTS) $(CC) $(CFLAGS) -o nbtscan $(OBJECTS) $(LIBS) install: $(INSTALL) -D $(TARGET) $(DESTDIR)$(BINDIR)/$(TARGET) nbtscan.o: nbtscan.c statusq.h range.h list.h $(CC) $(CFLAGS) $(DEFS) -c nbtscan.c statusq.o: statusq.c statusq.h $(CC) $(CFLAGS) $(DEFS) -c statusq.c range.o: range.c range.h $(CC) $(CFLAGS) $(DEFS) -c range.c list.o: list.c list.h $(CC) $(CFLAGS) $(DEFS) -c list.c clean: -rm $(OBJECTS) nbtscan distclean: clean -rm config.cache config.log config.status Makefile