Codebase list splix / e6011e5
Imported Upstream version 2.0.0+svn306 Luca Niccoli 10 years ago
67 changed file(s) with 216 addition(s) and 165 deletion(s). Raw diff Collapse all Expand all
0 GNU GENERAL PUBLIC LICENSE
1 Version 2, June 1991
2
3 Copyright (C) 1989, 1991 Free Software Foundation, Inc.
4 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
0 GNU GENERAL PUBLIC LICENSE
1 Version 2, June 1991
2
3 Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
4 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
55 Everyone is permitted to copy and distribute verbatim copies
66 of this license document, but changing it is not allowed.
77
8 Preamble
8 Preamble
99
1010 The licenses for most software are designed to take away your
1111 freedom to share and change it. By contrast, the GNU General Public
1414 General Public License applies to most of the Free Software
1515 Foundation's software and to any other program whose authors commit to
1616 using it. (Some other Free Software Foundation software is covered by
17 the GNU Library General Public License instead.) You can apply it to
17 the GNU Lesser General Public License instead.) You can apply it to
1818 your programs, too.
1919
2020 When we speak of free software, we are referring to freedom, not
5454
5555 The precise terms and conditions for copying, distribution and
5656 modification follow.
57
58 GNU GENERAL PUBLIC LICENSE
57
58 GNU GENERAL PUBLIC LICENSE
5959 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
6060
6161 0. This License applies to any program or other work which contains
109109 License. (Exception: if the Program itself is interactive but
110110 does not normally print such an announcement, your work based on
111111 the Program is not required to print an announcement.)
112
112
113113 These requirements apply to the modified work as a whole. If
114114 identifiable sections of that work are not derived from the Program,
115115 and can be reasonably considered independent and separate works in
167167 access to copy the source code from the same place counts as
168168 distribution of the source code, even though third parties are not
169169 compelled to copy the source along with the object code.
170
170
171171 4. You may not copy, modify, sublicense, or distribute the Program
172172 except as expressly provided under this License. Any attempt
173173 otherwise to copy, modify, sublicense or distribute the Program is
224224
225225 This section is intended to make thoroughly clear what is believed to
226226 be a consequence of the rest of this License.
227
227
228228 8. If the distribution and/or use of the Program is restricted in
229229 certain countries either by patents or by copyrighted interfaces, the
230230 original copyright holder who places the Program under this License
254254 of preserving the free status of all derivatives of our free software and
255255 of promoting the sharing and reuse of software generally.
256256
257 NO WARRANTY
257 NO WARRANTY
258258
259259 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
260260 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
276276 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
277277 POSSIBILITY OF SUCH DAMAGES.
278278
279 END OF TERMS AND CONDITIONS
280
281 How to Apply These Terms to Your New Programs
279 END OF TERMS AND CONDITIONS
280
281 How to Apply These Terms to Your New Programs
282282
283283 If you develop a new program, and you want it to be of the greatest
284284 possible use to the public, the best way to achieve this is to make it
302302 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
303303 GNU General Public License for more details.
304304
305 You should have received a copy of the GNU General Public License
306 along with this program; if not, write to the Free Software
307 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308
305 You should have received a copy of the GNU General Public License along
306 with this program; if not, write to the Free Software Foundation, Inc.,
307 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
309308
310309 Also add information on how to contact you by electronic and paper mail.
311310
335334 This General Public License does not permit incorporating your program into
336335 proprietary programs. If your program is a subroutine library, you may
337336 consider it more useful to permit linking proprietary applications with the
338 library. If this is what you want to do, use the GNU Library General
337 library. If this is what you want to do, use the GNU Lesser General
339338 Public License instead of this License.
0 Wed Feb 29 15:07:01 2012 Till Kamppeter <till DOT kamppeter AT gmail DOT com>
1
2 * Allow installing only the CUPS .drv file instead of ready-made PPD
3 files (SF: #3446934, thanks to Jiri Popelka from Red Hat for the
4 patch).
5
6 * Allow installing PPD files into a custom directory (SF: #3446190,
7 thanks to Jiri Popelka from Red Hat for the patch).
8
9 * Do not strip the compiled executable when installing via "make
10 install" to preserve the symbols when the compilation was done
11 in debug mode (SF: #3444332, thanks to Jiri Popelka from Red Hat for
12 the patch).
13
14 * Removed executable bit from the files include/algo0x0d.h,
15 include/algo0x0e.h, src/algo0x0e.cpp, ppd/po/pt.po (SF: #3444284,
16 thanks to Jiri Popelka from Red Hat).
17
18 * Corrected address of the FSF (SF: #3444266, thanks to Jiri Popelka
19 from Red Hat for the patch).
20
021 Wed Dec 06 22:46:01 2011 Till Kamppeter <till DOT kamppeter AT gmail DOT com>
122
223 * Added new printer:
113113 memory will use an average of 9Mo of RAM. Other pages
114114 are swapped into the disk. A little CACHESIZE value will
115115 increase disk access and increase the job rendering time.
116 * DRV_ONLY=1 [0 by default]:
117 Don't install PPD files at all, only DRV
118 (driver information file) files.
116119
117120 Example:
118121
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
18 * $Id: algo0x0d.h 268 2010-07-29 10:10:15Z tillkamppeter $
18 * $Id: algo0x0d.h 303 2012-02-29 14:43:25Z tillkamppeter $
1919 * --
2020 * This code is written by Leonardo Hamada
2121 */
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
18 * $Id: algo0x0e.h 245 2008-11-24 23:00:43Z ap2c $
18 * $Id: algo0x0e.h 303 2012-02-29 14:43:25Z tillkamppeter $
1919 * --
2020 * This code has been written by Leonardo Hamada
2121 */
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x11.h 157 2008-02-09 02:01:24Z ap2c $
17 * $Id: algo0x11.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _ALGO0X11_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x13.h 287 2011-02-19 19:10:22Z tillkamppeter $
17 * $Id: algo0x13.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _ALGO0X13_H_
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
1818 * $Id: algo0x15.h 287 2011-02-19 19:10:22Z tillkamppeter $
1919 * --
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algorithm.h 157 2008-02-09 02:01:24Z ap2c $
17 * $Id: algorithm.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _ALGORITHM_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: band.h 140 2008-01-31 18:33:18Z ap2c $
17 * $Id: band.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _BAND_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: bandplane.h 247 2008-11-24 23:18:31Z ap2c $
17 * $Id: bandplane.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _BANDPLANE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: cache.h 141 2008-02-01 00:10:50Z ap2c $
17 * $Id: cache.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _CACHE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: colors.h 136 2008-01-30 17:15:49Z ap2c $
17 * $Id: colors.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _COLORS_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: compress.h 127 2008-01-28 17:52:50Z ap2c $
17 * $Id: compress.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _COMPRESS_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: core.h 119 2008-01-22 23:06:29Z ap2c $
17 * $Id: core.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _CORE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: document.h 137 2008-01-31 14:41:36Z ap2c $
17 * $Id: document.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _DOCUMENT_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: errlog.h 221 2008-06-14 23:03:24Z ap2c $
17 * $Id: errlog.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _ERRLOG_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: options.h 190 2008-02-10 15:30:10Z ap2c $
17 * $Id: options.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _OPTIONS_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: page.h 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: page.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _PAGE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: ppdfile.h 266 2009-04-05 14:44:11Z ap2c $
17 * $Id: ppdfile.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _PPDFILE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: printer.h 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: printer.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _PRINTER_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: qpdl.h 152 2008-02-02 21:00:53Z ap2c $
17 * $Id: qpdl.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _QPDL_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: rendering.h 151 2008-02-02 20:21:34Z ap2c $
17 * $Id: rendering.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _RENDERING_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: request.h 151 2008-02-02 20:21:34Z ap2c $
17 * $Id: request.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _REQUEST_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: semaphore.h 138 2008-01-31 14:42:24Z ap2c $
17 * $Id: semaphore.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _SEMAPHORE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: version.h 282 2010-08-02 11:41:53Z tillkamppeter $
17 * $Id: version.h 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef _VERSION_H_
88 # Compilation option:
99 # V=1 Verbose mode
1010 # DESTDIR=xxx Change the destination directory prefix
11 # DRV_ONLY Don't install PPD files at all, only DRV files.
1112
1213 MODE := optimized
1314
2223 DISABLE_JBIG ?= 0
2324 DISABLE_THREADS ?= 0
2425 DISABLE_BLACKOPTIM ?= 0
26 DRV_ONLY ?= 0
2527
2628
2729 # Flags
5456
5557 # Get some information
5658 CUPSFILTER := `cups-config --serverbin`/filter
57 CUPSPPD := `cups-config --datadir`/model
59 CUPSPPD ?= `cups-config --datadir`/model
60 CUPSDRV ?= `cups-config --datadir`/drv
5861 ifeq ($(ARCHI),Darwin)
5962 PSTORASTER := pstocupsraster
6063 else
6265 endif
6366 GSTORASTER := gstoraster
6467 CUPSPROFILE := `cups-config --datadir`/profiles
65 export CUPSFILTER CUPSPPD
68 export CUPSFILTER CUPSPPD CUPSDRV
6669
6770
6871 # Specific information needed by pstoqpdl
44 #
55 #
66
7 SOURCE := samsung.drv dell.drv xerox.drv lexmark.drv toshiba.drv
7 SOURCE := samsung.drv.in dell.drv.in xerox.drv.in lexmark.drv.in toshiba.drv.in
8 DRVS := samsung.drv dell.drv xerox.drv lexmark.drv toshiba.drv
89 DELL := 1100 1110
910 SAMSUNG := clp500 clp550 clp510 clp610 clp610nd ml1510 ml1520 ml1610 \
1011 ml1630 ml1640 ml1660 ml1710 ml1740 ml1750 ml1910 ml1915 \
4142
4243 all:
4344
45 .PHONY: drv
46 drv: $(SOURCE)
47 ./compile.sh samsung.drv.in drv
48 ./compile.sh dell.drv.in drv
49 ./compile.sh xerox.drv.in drv
50 ./compile.sh lexmark.drv.in drv
51 ./compile.sh toshiba.drv.in drv
52
4453 .PHONY: ppd
4554 ppd: $(DRIVER) $(LANGDRIVERSEXT)
4655
4756 $(DRIVER): $(SOURCE)
48 ./compile.sh samsung.drv -I . -d ./
49 ./compile.sh dell.drv -I . -d ./
50 ./compile.sh xerox.drv -I . -d ./
51 ./compile.sh lexmark.drv -I . -d ./
52 ./compile.sh toshiba.drv -I . -d ./
57 ./compile.sh samsung.drv.in -I . -d ./
58 ./compile.sh dell.drv.in -I . -d ./
59 ./compile.sh xerox.drv.in -I . -d ./
60 ./compile.sh lexmark.drv.in -I . -d ./
61 ./compile.sh toshiba.drv.in -I . -d ./
5362
5463 $(LANGDRIVERSEXT): $(SOURCE) $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES))
5564 lang=$(patsubst $(MASTERDRIVER)%.$(DRIVERSEXT),%, $@); \
56 ./compile.sh samsung.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
65 ./compile.sh samsung.drv.in -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
5766 for filename in ${SAMSUNG}; do \
5867 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
5968 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
6069 done; \
61 ./compile.sh xerox.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
70 ./compile.sh xerox.drv.in -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
6271 for filename in ${XEROX}; do \
6372 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
6473 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
6574 done; \
66 ./compile.sh dell.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
75 ./compile.sh dell.drv.in -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
6776 for filename in ${DELL}; do \
6877 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
6978 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
7079 done; \
71 ./compile.sh lexmark.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
80 ./compile.sh lexmark.drv.in -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
7281 for filename in ${LEXMARK}; do \
7382 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
7483 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
7584 done; \
76 ./compile.sh toshiba.drv -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
85 ./compile.sh toshiba.drv.in -l $$lang -c ${PODIR}/$$lang.${POEXT} -d ${PODIR}/$$lang; \
7786 for filename in ${TOSHIBA}; do \
7887 recode utf8..latin1 ${PODIR}/$$lang/$$filename.${DRIVERSEXT}; \
7988 mv ${PODIR}/$$lang/$$filename.${DRIVERSEXT} $$filename$$lang.${DRIVERSEXT}; \
8291 .PHONY: update
8392 update: $(patsubst %, $(PODIR)/%.$(POEXT), $(LANGUAGES))
8493 %.po: $(SOURCE)
85 ./compile.sh samsung.drv lang $@
86 ./compile.sh dell.drv lang $@
87 ./compile.sh xerox.drv lang $@
88 ./compile.sh lexmark.drv lang $@
89 ./compile.sh toshiba.drv lang $@
94 ./compile.sh samsung.drv.in lang $@
95 ./compile.sh dell.drv.in lang $@
96 ./compile.sh xerox.drv.in lang $@
97 ./compile.sh lexmark.drv.in lang $@
98 ./compile.sh toshiba.drv.in lang $@
9099
91100 cmd_install_samsung = INSTALL Samsung PPD files
92101 cmd_install_xerox = INSTALL Xerox PPD files
93102 cmd_install_dell = INSTALL Dell PPD files
94103 cmd_install_lexmark = INSTALL Lexmark PPD files
95104 cmd_install_toshiba = INSTALL Toshiba PPD files
105 cmd_install_drv = INSTALL DRV files
96106 .PHONY: install
97107 install:
108 ifneq ($(DRV_ONLY),1)
98109 $(call printCmd, $(cmd_install_samsung))
99110 $(Q)install -d -m 755 ${DESTDIR}${CUPSPPD}/samsung
100111 $(Q)for filename in ${SAMSUNG}; do \
135146 install -m 644 $$filename$$lang.${DRIVERSEXT} ${DESTDIR}${CUPSPPD}/toshiba;\
136147 done; \
137148 done;
149 else
150 $(call printCmd, $(cmd_install_drv))
151 $(Q)install -d -m 755 ${DESTDIR}${CUPSDRV}
152 $(Q)for filename in ${DRVS}; do \
153 install -m 644 $$filename ${DESTDIR}${CUPSDRV};\
154 done;
155 endif
138156
139157 .PHONY: clean distclean
140158 clean:
141159 distclean:
142160 $(RM) *.${DRIVERSEXT}
161 $(RM) *.drv
66 # the content of the file where the command is located. To finish, it calls
77 # ppdc to compile the file and generate the PPD drivers.
88 #
9 # $Id: compile.sh 277 2010-07-31 17:11:24Z tillkamppeter $
9 # $Id: compile.sh 306 2012-02-29 14:59:36Z tillkamppeter $
1010 #
1111
1212 #
2727 #
2828 # Main script
2929 #
30 if [ "$2" = "debug" ]; then
31 TMPFILE="output.drv"
30 if [ "$2" = "drv" ]; then
3231 DRIVER=$1
32 OUTFILE=${DRIVER%.in}
3333 shift 1
3434
35 echo "" > $TMPFILE
36 parseFile $DRIVER $TMPFILE
35 echo "" > $OUTFILE
36 parseFile $DRIVER $OUTFILE
3737
3838
3939 elif [ "$2" = "lang" ]; then
(No changes)
2020 install: $(rastertoqpdl_TARGET) $(pstoqpdl_TARGET)
2121 $(Q)mkdir -p $(DESTDIR)${CUPSFILTER}
2222 $(call printCmd, $(cmd_install_raster))
23 $(Q)install -m 755 -s $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
23 $(Q)install -m 755 $(rastertoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
2424 $(call printCmd, $(cmd_install_ps))
25 $(Q)install -m 755 -s $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
25 $(Q)install -m 755 $(pstoqpdl_TARGET) $(DESTDIR)${CUPSFILTER}
2626 $(Q)$(MAKE) --no-print-directory -C ppd install Q=$(Q) \
2727 DESTDIR=$(abspath $(DESTDIR)) DISABLE_JBIG=$(DISABLE_JBIG)
2828 @echo ""
7474 else
7575 BLACKOPTIMSTATE := enabled
7676 endif
77 ifeq ($(DRV_ONLY),0)
78 DRVSTATE := disabled
79 else
80 DRVSTATE := enabled
81 endif
7782
7883
7984 MSG := +---------------------------------------------+\n
8489 MSG += | CACHESIZE = %8i |\n
8590 MSG += | JBIG = %8s |\n
8691 MSG += | BLACK OPTIM = %8s |\n
92 MSG += | DRV ONLY = %8s |\n
8793 MSG += +---------------------------------------------+\n
8894 MSG += (Do a \"make clean\" before updating these values)\n\n
8995 optionList:
9096 @printf " $(MSG)" $(THREADSSTATE) $(THREADS) $(CACHESIZE) $(JBIGSTATE) \
91 $(BLACKOPTIMSTATE)
97 $(BLACKOPTIMSTATE) $(DRVSTATE)
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
18 * $Id: algo0x0d.cpp 268 2010-07-29 10:10:15Z tillkamppeter $
18 * $Id: algo0x0d.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1919 *
2020 * --
2121 * This code is written by Leonardo Hamada
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
18 * $Id: algo0x0e.cpp 245 2008-11-24 23:00:43Z ap2c $
18 * $Id: algo0x0e.cpp 303 2012-02-29 14:43:25Z tillkamppeter $
1919 *
2020 * --
2121 * This code is written by Leonardo Hamada
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x11.cpp 284 2011-02-19 18:31:08Z tillkamppeter $
17 * $Id: algo0x11.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "algo0x11.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x13.cpp 287 2011-02-19 19:10:22Z tillkamppeter $
17 * $Id: algo0x13.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "algo0x13.h"
1313 * You should have received a copy of the GNU General Public License
1414 * along with this program; if not, write to the
1515 * Free Software Foundation, Inc.,
16 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1717 *
1818 * $Id: algo0x15.cpp 287 2011-02-19 19:10:22Z tillkamppeter $
1919 * --
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algorithm.cpp 119 2008-01-22 23:06:29Z ap2c $
17 * $Id: algorithm.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "algorithm.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: band.cpp 140 2008-01-31 18:33:18Z ap2c $
17 * $Id: band.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "band.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: bandplane.cpp 257 2008-12-28 22:21:17Z ap2c $
17 * $Id: bandplane.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "bandplane.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: cache.cpp 200 2008-02-21 21:58:17Z ap2c $
17 * $Id: cache.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #ifndef DISABLE_THREADS
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: colors.cpp 198 2008-02-19 21:35:23Z ap2c $
17 * $Id: colors.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "colors.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: compress.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: compress.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "compress.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: core.cpp 119 2008-01-22 23:06:29Z ap2c $
17 * $Id: core.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "core.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: document.cpp 256 2008-11-30 14:20:22Z ap2c $
17 * $Id: document.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "document.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: page.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: page.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "page.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: ppdfile.cpp 273 2010-07-29 15:34:19Z tillkamppeter $
17 * $Id: ppdfile.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "ppdfile.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: printer.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: printer.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "printer.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: pstoqpdl.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: pstoqpdl.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "ppdfile.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: qpdl.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: qpdl.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "qpdl.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: rastertoqpdl.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: rastertoqpdl.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include <errno.h>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: rendering.cpp 298 2011-07-20 16:20:18Z tillkamppeter $
17 * $Id: rendering.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "rendering.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: request.cpp 183 2008-02-09 15:24:43Z ap2c $
17 * $Id: request.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "request.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: semaphore.cpp 139 2008-01-31 16:48:23Z ap2c $
17 * $Id: semaphore.cpp 301 2012-02-29 14:11:09Z tillkamppeter $
1818 *
1919 */
2020 #include "semaphore.h"
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x11.cpp 98 2007-10-19 00:41:07Z ap2c $
17 * $Id: algo0x11.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "algo0x11.h"
2020 #include <QtCore/QByteArray>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: algo0x11.h 95 2007-10-18 23:35:36Z ap2c $
17 * $Id: algo0x11.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _ALGO0X11_H_
2020 #define _ALGO0X11_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: appliargs.cpp 94 2007-10-17 23:46:38Z ap2c $
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 *
17 * $Id: appliargs.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "appliargs.h"
2020 #include <QtCore/QTextStream>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: appliargs.h 98 2007-10-19 00:41:07Z ap2c $
17 * $Id: appliargs.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _APPLIARGS_H_
2020 #define _APPLIARGS_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: decompress.cpp 95 2007-10-18 23:35:36Z ap2c $
17 * $Id: decompress.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "appliargs.h"
2020 #include <QtCore/QTextStream>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: i18n.h 94 2007-10-17 23:46:38Z ap2c $
17 * $Id: i18n.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _I18N_H_
2020 #define _I18N_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: jbgtopbm.cpp 106 2007-11-16 02:23:20Z ap2c $
17 * $Id: jbgtopbm.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "appliargs.h"
2020 #include <QtCore/QTextStream>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16 *
17 * $Id: page.cpp 160 2008-02-09 02:08:33Z ap2c $
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16 *
17 * $Id: page.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "page.h"
2020 #include <QtCore/QByteArray>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: page.h 106 2007-11-16 02:23:20Z ap2c $
17 * $Id: page.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _PAGE_H_
2020 #define _PAGE_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: pjl.cpp 94 2007-10-17 23:46:38Z ap2c $
17 * $Id: pjl.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "pjl.h"
2020 #include <QtCore/QFile>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: pjl.h 94 2007-10-17 23:46:38Z ap2c $
17 * $Id: pjl.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _PJL_H_
2020 #define _PJL_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: qpdl.cpp 231 2008-10-19 13:16:24Z ap2c $
17 * $Id: qpdl.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #include "qpdl.h"
2020 #include <QtCore/QFile>
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: qpdl.h 95 2007-10-18 23:35:36Z ap2c $
17 * $Id: qpdl.h 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919 #ifndef _QPDL_H_
2020 #define _QPDL_H_
1212 * You should have received a copy of the GNU General Public License
1313 * along with this program; if not, write to the
1414 * Free Software Foundation, Inc.,
15 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
15 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1616 *
17 * $Id: template.cpp 94 2007-10-17 23:46:38Z ap2c $
17 * $Id: template.cpp 302 2012-02-29 14:18:29Z tillkamppeter $
1818 */
1919
2020 /* vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80 cin enc=utf8 : */