The Government has offered Australia's three mobile operators, and vividwireless, renewal of their existing spectrum allocated on 15 year licences in the late 90s and early 2000s at set prices, while the Government expects to rake in $3 billion.
read more
David M Williams
Monday, 20 August 2007 20:33
Makefile
CC = g++
BINDIR = .
# -- Includes and links -------------------------------------------------------
#CFLAGS = $(INC) -O2
CFLAGS = $(INC) -g -DDEBUG
# Note - use the appropriate LNFLAGS lines below for your OS
LNFLAGS = -O2 #Linux
#LNFLAGS = -O2 -lnsl -lsocket #Solaris
# -- Objects ----------------------------------------------------------------
APP = dwserv.o pwroutines.o grep.o
$(BINDIR)/dwserv: $(APP)
$(CC) -o $(BINDIR)/dwserv $(APP) $(LNFLAGS)
dwserv.o: dwserv.cpp dwserv.h StringVector.h grep.o pwroutines.o
$(CC) $(CFLAGS) -c dwserv.cpp
pwroutines.o: pwroutines.cpp dwserv.h StringVector.h
$(CC) $(CFLAGS) -c pwroutines.cpp
grep.o: grep.cpp dwserv.h StringVector.h
$(CC) $(CFLAGS) -c grep.cpp
# -- housekeeping -----------------------------------------------------------
clean:
rm -f *.o $(BINDIR)/dwserv

|
Microsoft Office 365Try an easy-to-use set of web-enabled tools for business-class productivity services. Office 365 provides anywhere-access to email, important documents, contacts, and calendars on almost any device. |