Merge branch 'master' of /users/www/www/

This commit is contained in:
David Bartley 2007-07-16 23:00:35 -04:00
commit d144b7de77
7 changed files with 17 additions and 6 deletions

View File

@ -26,7 +26,7 @@ books.xml:
echo '</booklist>' >> $@ echo '</booklist>' >> $@
events.ics: events.ics:
perl xml2ics.pl events.xml > events.ics perl scripts/xml2ics.pl events.xml > events.ics
include default.mk include default.mk

View File

@ -42,7 +42,7 @@
<li><a href="http://www.mathsoc.uwaterloo.ca/">The Mathematics Society (MathSoc)</a></li> <li><a href="http://www.mathsoc.uwaterloo.ca/">The Mathematics Society (MathSoc)</a></li>
<li><a href="http://csclub.uwaterloo.ca/~ndp/">UW New Democratic Party Club</a></li> <li><a href="http://csclub.uwaterloo.ca/~ndp/">UW New Democratic Party Club</a></li>
<li>Ontario Sikh Students Association</li> <li>Ontario Sikh Students Association</li>
<li><a href="http://www.undergrad.math.uwaterloo.ca/%7Epmclub/">Pure Math, Applied Math, and C&amp;O Club</a></li> <li><a href="http://www.student.math.uwaterloo.ca/~pmclub/">Pure Math, Applied Math, and C&amp;O Club</a></li>
<li><a href="http://csclub.uwaterloo.ca/~skiclub/">UW Ski Club</a></li> <li><a href="http://csclub.uwaterloo.ca/~skiclub/">UW Ski Club</a></li>
<li><a href="http://csclub.uwaterloo.ca/~spanish/">UW Spanish Club</a></li> <li><a href="http://csclub.uwaterloo.ca/~spanish/">UW Spanish Club</a></li>
<li><a href="http://csclub.uwaterloo.ca/~spp/">Student Programming Project</a></li> <li><a href="http://csclub.uwaterloo.ca/~spp/">Student Programming Project</a></li>

4
cow/.gitignore vendored
View File

@ -1,2 +1,4 @@
*.o *.o
/cow /i686
/x86_64
/alpha

View File

@ -1,10 +1,17 @@
MAIN = cow ARCH=$(shell uname -m)
MAIN = $(ARCH)/cow
CFLAGS = -I/usr/include/libxml2 -DDEBUG -pedantic -ansi -Wall CFLAGS = -I/usr/include/libxml2 -DDEBUG -pedantic -ansi -Wall
LDFLAGS = $(CFLAGS) -lxml2 -lxslt LDFLAGS = $(CFLAGS) -lxml2 -lxslt
SOURCES = $(wildcard *.c) SOURCES = $(wildcard *.c)
OBJECTS = $(SOURCES:.c=.o) OBJECTS = $(addprefix $(ARCH)/,$(SOURCES:.c=.o))
all: $(MAIN) all: $(MAIN)
$(ARCH):
mkdir -p $(ARCH)
$(MAIN): $(OBJECTS) $(MAIN): $(OBJECTS)
$(CC) $(LDFLAGS) -o $@ $(OBJECTS) $(CC) $(LDFLAGS) -o $@ $(OBJECTS)
$(ARCH)/%.o: %.c $(ARCH)
$(CC) -c $(CFLAGS) -o $@ $<

2
cow/cow Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec "$(dirname $0)/$(uname -m)/$(basename $0)" "$@"

View File

@ -11,7 +11,7 @@
CD or DVD should you so choose. CD or DVD should you so choose.
<ul> <ul>
<mediaitem title="PMAMC&amp;OC SASMS - Spring 2007"> <mediaitem title="PMAMC&amp;OC SASMS - Spring 2007" buttons="true">
<mediafile file="pmc-sasms-spring-2007.avi" type="XviD" size="643M" /> <mediafile file="pmc-sasms-spring-2007.avi" type="XviD" size="643M" />
<mediafile file="pmc-sasms-spring-2007.ogg" type="OGG/Theora" size="598M" /> <mediafile file="pmc-sasms-spring-2007.ogg" type="OGG/Theora" size="598M" />
<mediafile file="pmc-sasms-spring-2007.mp4" type="MP4" size="625M" /> <mediafile file="pmc-sasms-spring-2007.mp4" type="MP4" size="625M" />