Code Search for Developers
 
 
  

Makefile from openap at Krugle


Show Makefile syntax highlighted

all:				brctl/brctl brctl/brctld misc/bidi misc/tap

clean:
				make -C brctl clean
				make -C doc clean
				make -C libbridge clean
				make -C misc clean
				rcsclean *
				rm -f *~

brctl/brctl:			brctl/brctl.c brctl/brctl.h brctl/brctl_cmd.c brctl/brctl_disp.c libbridge/libbridge.a libbridge/libbridge.h
				make -C brctl

brctl/brctld:			brctl/brctld.c brctl/brctl.h brctl/brctl_cmd.c brctl/brctl_disp.c libbridge/libbridge.a libbridge/libbridge.h
				make -C brctl

libbridge/libbridge.a:		libbridge/if_index.c libbridge/libbridge.h libbridge/libbridge_compat.c libbridge/libbridge_devif.c libbridge/libbridge_if.c libbridge/libbridge_init.c libbridge/libbridge_misc.c libbridge/libbridge_private.h
				make -C libbridge

misc/bidi:			misc/bidi.c
				make -C misc

misc/tap:			misc/tap.c
				make -C misc

install:
	$(INSTALL) -d $(IMAGE_DIR)/sbin
	$(INSTALL) brctl/brctl $(IMAGE_DIR)/sbin
	$(STRIP) $(STRIPFLAGS) $(IMAGE_DIR)/sbin/brctl





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

  brctl/
    Makefile
    brctl.c
    brctl.h
    brctl_cmd.c
    brctl_disp.c
    brctld.c
  doc/
    FAQ
    FIREWALL
    FIREWALL.IPTABLES
    HOWTO
    Makefile
    PROJECTS
    RPM-GPG-KEY
    SMPNOTES
    TODO
    WISHLIST
    brctl.8
  facility/
    rules
  libbridge/
    Makefile
    if_index.c
    libbridge.h
    libbridge_compat.c
    libbridge_devif.c
    libbridge_if.c
    libbridge_init.c
    libbridge_misc.c
    libbridge_private.h
  misc/
    Makefile
    README
    bidi.c
    tap.c
  AUTHORS
  COPYING
  ChangeLog
  Makefile
  README
  THANKS
  bridge-utils.spec