summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
2006-05-16Merged revisions 1062 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1062 | kpfleming | 2006-05-16 09:59:36 -0500 (Tue, 16 May 2006) | 2 lines silly... only root needs write permission ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1063 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-16Merged revisions 1060 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1060 | kpfleming | 2006-05-16 08:43:41 -0500 (Tue, 16 May 2006) | 4 lines ensure that PWD is set early enough for 'make install' to actually work use proper KERNEL matching syntax for udev rules don't install udev rules as mode 0444; there is no need to make them read-only ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1061 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-11Set full path of modprobe, for building when not roottilghman
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1052 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-09Merged revisions 1033 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1033 | kpfleming | 2006-05-09 06:46:50 -0500 (Tue, 09 May 2006) | 2 lines preserve 'options' settings in the module configuration file during 'make install' ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1034 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-05-09Merged revisions 1031 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1031 | kpfleming | 2006-05-09 06:07:24 -0500 (Tue, 09 May 2006) | 3 lines use commmand-line parameter substitution for modprobe commands if the system's module-init-tools is new enough to support it don't backup and use the old configuration file for modules if we are using a zaptel-specific file in /etc/modprobe.d or similar ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1032 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30Merged revisions 1017 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1017 | kpfleming | 2006-04-30 11:24:47 -0500 (Sun, 30 Apr 2006) | 2 lines build xpp by default, now that the Makefile can determine when an appropriate kernel version is being used for the build ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1018 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-30Merged revisions 1011 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r1011 | kpfleming | 2006-04-30 10:38:37 -0500 (Sun, 30 Apr 2006) | 2 lines allow the output of gendigits to be redirected to a different directory from the current working directory ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1012 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-21Do not build sethdlc-new by defaultmarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1006 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-16fix a problem that prevented the zaptel device nodes from being createdrussell
on systems that were not using udev. This problem only existed in the trunk, not 1.2. (issue #6965) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1003 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-04-12Add data drivers so users don't need to recompile to usemarkster
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1001 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-02-18Merged revisions 962 via svnmerge from tilghman
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r962 | tilghman | 2006-02-18 11:02:23 -0600 (Sat, 18 Feb 2006) | 2 lines Make sure version.h gets built properly ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@963 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-02-15Merged revisions 949 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r949 | kpfleming | 2006-02-14 20:24:18 -0600 (Tue, 14 Feb 2006) | 2 lines initial import of Xorcom Astribank driver (issue #6452, with minor mods) ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@950 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-13Use kbuild for ALL portions of 2.6 install/cleanup (#4962) last one!!! :-)mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@900 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-12More target additions for seperating out the modulels install and the ↵mattf
programs install (#4962) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@899 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-12Simplify logic for DYNFS checksmattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@898 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-12More makefile cleanups, organizations from tzafrir (#4962)mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@897 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-12More makefile cleanups, now kernel modules and deps (#4962)mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@896 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-12First of tzafrir's Makefile updates. Fix userland progs depends (bug #4962)mattf
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@895 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2006-01-10Fix versioning so correct libtonezone names and symlinks are generated. ↵mattf
(issue #6189) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@884 5390a7c7-147a-4af0-8ec9-7488f05a26cb
2005-12-28Merged revisions 874,879 via svnmerge from kpfleming
https://origsvn.digium.com/svn/zaptel/branches/1.2 ........ r879 | kpfleming | 2005-12-28 16:10:18 -0600 (Wed, 28 Dec 2005) | 3 lines support newer udev rules+permissions format install udev rules by default, since it's so common on distros now ........ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@880 5390a7c7-147a-4af0-8ec9-7488f05a26cb