summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2006-11-01instead of setting HOSTCC and CC directly in the Makefile, use the informationrussell
provided by the configure script (issue #8055, tzafrir) git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1547 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-31Merged revisions 1542 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1542 | russell | 2006-10-31 01:25:16 -0500 (Tue, 31 Oct 2006) | 3 lines fix the installation of wct4xxp for 2.4 kernels (issue #7964, fixed by gkloepfer, but the committed fix is slightly modified) ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1543 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-10-11Merged revisions 1499 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1499 | file | 2006-10-11 13:22:10 -0400 (Wed, 11 Oct 2006) | 2 lines Copy to both directories, not just the first one. ........ git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@1500 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-09-08Merged revisions 1444 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1444 | file | 2006-09-08 19:49:43 -0400 (Fri, 08 Sep 2006) | 2 lines Move CONFIG_FW_LOADER check to Makefile (reported internally by Spiceland) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1445 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27Merged revisions 1368 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1368 | file | 2006-08-27 18:58:06 -0400 (Sun, 27 Aug 2006) | 2 lines Copy the firmware from the new location ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1369 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27remove some leftover stuff from last night's mergekpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1366 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-27Merged revisions 1359 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1359 | kpfleming | 2006-08-26 21:02:42 -0500 (Sat, 26 Aug 2006) | 2 lines merge in new, cleaner Octasic API integration ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1361 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-26PARENTSRC is no longer neededrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1354 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-23update to reflect menuselect changesrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1344 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-19be consistent with other projectskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1331 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-19update to work with latest menuselectkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1330 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-16run ranlib on static librarykpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1320 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-16clean up libtonezone-related ruleskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1319 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-15Merged revisions 1313 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1313 | russell | 2006-08-15 17:43:26 -0400 (Tue, 15 Aug 2006) | 4 lines fix erroneous check to see if PWD was set before setting it in the Zaptel Makefile. It should always be set. If not, it breaks the build when using recursive calls to make. (issue #7733, tzafrir) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1314 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-14don't try to include menuselect.makeopts or makeopts if the target is clean,russell
distclean, or update (fixes issue #7723) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1302 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-14Merged revisions 1298 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1298 | russell | 2006-08-13 20:54:28 -0400 (Sun, 13 Aug 2006) | 3 lines the change from $(PWD) to $(SUBDIRS) breaks the build on some systems. So, just use them both ... (issue #7720) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1299 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-13use LDLIBS instead of LDFLAGS in various places (issue #7708, Mithraen)russell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1296 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-05Merged revisions 1259 via svnmerge from russell
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1259 | russell | 2006-08-05 01:53:20 -0400 (Sat, 05 Aug 2006) | 2 lines Fix the zaptel build on SuSE 10.1 (issue #7536, hk) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1260 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-08-04Merge jcollie's team/group/installer branch which improves the install bitsrussell
of the Makefile to not install the headers twice, among various other improvements for things like places where INSTALL_PREFIX wasn't used where it should be git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1256 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-27Merged revisions 1248 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1248 | file | 2006-07-27 11:06:58 -0400 (Thu, 27 Jul 2006) | 2 lines Use INSTALL_PREFIX when installing firmware (issue #7600 reported by jcollie) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1249 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-26tweak the Makefile so that if no kernel modules are selected, it doesn't do anyrussell
checks looking for kernel sources so that the zaptel utilities can be built without any kernel sources installed (issue #7594, jcollie) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1246 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-19add menuselect_stub.c to deps listrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1245 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-19Merged revisions 1243 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1243 | file | 2006-07-19 09:50:58 -0400 (Wed, 19 Jul 2006) | 2 lines Only use hotplug firmware loading if the kernel has support for it ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1244 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-16Merged revisions 1236 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1236 | file | 2006-07-15 19:16:13 -0500 (Sat, 15 Jul 2006) | 2 lines Minor Makefile adjustment for installing the firmware ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1237 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-15Merged revisions 1233 via svnmerge from file
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1233 | file | 2006-07-15 15:26:53 -0500 (Sat, 15 Jul 2006) | 2 lines Add support for loading the VPM450M firmware using hotplug from userspace. ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1234 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-11final attempt at making some simple logic work correctlykpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1217 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-11fix error on make install (issue #7519, fix by Seb7)russell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1216 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-10don't try to install ztcfg if it wasn't builtkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1213 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-07remove duplicate removal of fw2hrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1210 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-07don't abort if cleaning the menuselect dir doesn't workkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1209 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-05fix Makefile for static /dev userskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1202 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-05yet another header file installation location change... Zaptel headers are ↵kpfleming
now installed into /usr/include/zaptel, not /usr/include git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1200 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-07-01have menuselect output which modules and utitiles *not* to buildrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1199 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-29merge torisa.h into zaptel.hkpfleming
remove any installed copies of torisa.h during 'make install' git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1197 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-29fix make update for Qwell :)russell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1196 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-28allow menuselect to be a symlink to a checkoutrussell
(last part of issue #7436, Corydon76) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1191 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-28fix the Makefile to reflect the change in makeopts.xmlrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1190 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-26more .PHONY targetsrussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1183 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-26list version.h as a .PHONY target instead of using FORCErussell
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1182 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-26merge autoconf and menuselect support for zaptelrussell
Happy birthday to me :) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1179 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-24install zaptel.h and tonezone.h into /usr/include, not /usr/include/linux, ↵kpfleming
sinc e they are used much more by userspace apps than by kernel modules remove any old copies of those headers remove README.udev, since it no longer applies git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1172 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-23add infrastructure for zaptel transcoderskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1162 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-20support 2.4 kernel builds for new wct4xxp driverkpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1133 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-19Add b410p target to Makefilemattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1120 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-19remove support for CVS checkoutskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1119 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-19various cleanupskpfleming
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1118 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-06-19Merge the giant mess that is the Octasic APImarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1117 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-22Merged revisions 1079 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1079 | kpfleming | 2006-05-22 18:11:36 -0500 (Mon, 22 May 2006) | 4 lines make a backup even when modifying non-combined rules files generate a warning about editing non-combined rules files ensure that the warning is the last output from the 'make install' process ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1080 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17Merged revisions 1071 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1071 | kpfleming | 2006-05-17 17:26:53 -0500 (Wed, 17 May 2006) | 2 lines fix more buglets from my recent cleanups ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1072 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-17Merged revisions 1064-1065 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1064 | kpfleming | 2006-05-17 11:49:46 -0500 (Wed, 17 May 2006) | 2 lines move udev rules creating into a script, and generate it properly based on the installed udev version ........ r1065 | kpfleming | 2006-05-17 13:50:38 -0500 (Wed, 17 May 2006) | 2 lines move module-rules building into a script, and remove some old unnecessary steps ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1067 5390a7c7-147a-4af0-8ec9-7488f05a26cb