summaryrefslogtreecommitdiff
path: root/packages/python/python-pyiw-0.3.3/Makefile
blob: 2ea7baec087f229ce466fa03a0e1054d5caec13e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Simple Makfile

NAME   = pyiw
LIBS  += -liw

#static: pyiw.c
#	@echo "Statically Building/Linking $(NAME)"
#	@$(CC) $(CFLAGS) -Istaticlibiw $(<) -shared -o $(NAME).so staticlibiw/libiw.a

dynamic: pyiw.c
	@echo "Dynamically Building/Linking $(NAME)"
	@$(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) $(<) -shared -o $(NAME).so

clean:
	@rm -rf *.o
	@rm -rf $(NAME).so
	@rm -rf $(NAME).so.t*

ages/emacs?id=175e2780753ef215331518d0c555657af95a48fa'>x11: switch to virtual/x11 so that diet or full x11 can be selectedJustin Patrin1 2006-07-26emacs: switch to using a patch instead of sed hackery, turn x11 back off sinc...Justin Patrin3 2006-07-26emacs: depend on libx11Koen Kooi1 2006-07-26emacs: add LDFLAGS for libgcc_s, add 2 more qemu replacementsJustin Patrin1 2006-07-26emacs: add a first stab at an emacs recipe, uses qemu to bootstrap, hangs for...Justin Patrin2