Code Search for Developers
 
 
  

Makefile from openap at Krugle


Show Makefile syntax highlighted

#! /usr/bin/make

EXTRAS+=libipq/libipq.a
#CFLAGS+=-DDEBUG_LIBIPTQ

DEVEL_MAN3+=libipq/ipq_create_handle.3 \
	libipq/ipq_destroy_handle.3 \
	libipq/ipq_errstr.3 \
	libipq/ipq_get_msgerr.3 \
	libipq/ipq_get_packet.3 \
	libipq/ipq_message_type.3 \
	libipq/ipq_perror.3 \
	libipq/ipq_read.3 \
	libipq/ipq_set_mode.3 \
	libipq/ipq_set_verdict.3 \
	libipq/libipq.3

DEVEL_LIBS+=libipq/libipq.a

DEVEL_HEADERS+=include/libipq/libipq.h

ifndef TOPLEVEL_INCLUDED
local:
	cd .. && $(MAKE) $(SHARED_LIBS) $(EXTRAS)
else
libipq/libipq.a: libipq/libipq.a(libipq/libipq.o)
endif





See more files for this project here

openap

OpenAP is the complete distribution of open-source software that is required to produce a fully 802.11b compliant wireless access point. OpenAP is also a platform on which developers and hobbyists may realize their ideas. Since the build environment and s

Project homepage: http://savannah.nongnu.org/projects/openap
Programming language(s): Assembly,C
License: gpl2

  Makefile
  ipq_create_handle.3
  ipq_destroy_handle.3
  ipq_errstr.3
  ipq_get_msgerr.3
  ipq_get_packet.3
  ipq_message_type.3
  ipq_perror.3
  ipq_read.3
  ipq_set_mode.3
  ipq_set_verdict.3
  libipq.3
  libipq.c