mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Remove deprecated/unmaintained .ap build scripts.
[skip ci]
This commit is contained in:
parent
3bb868679f
commit
46bf4668e7
@ -1,48 +0,0 @@
|
||||
#
|
||||
# qucs-attenuator/qucsattenuator.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2006 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucsattenuator
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucsattenuator.cpp helpdialog.cpp attenuatorfunc.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucsattenuator.h helpdialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,48 +0,0 @@
|
||||
#
|
||||
# qucs-edit/qucsedit.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucsedit
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucsedit.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucsedit.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,49 +0,0 @@
|
||||
#
|
||||
# qucs-filter/qucsfilter.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucsfilter
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucsfilter.cpp helpdialog.cpp lc_filter.cpp qf_filter.cpp \
|
||||
qf_poly.cpp qf_cauer.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucsfilter.h helpdialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,48 +0,0 @@
|
||||
#
|
||||
# qucs-help/qucshelp.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucshelp
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucshelp.cpp htmldatafetcher.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucshelp.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,50 +0,0 @@
|
||||
#
|
||||
# qucs-lib/qucslib.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucslib
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucslib.cpp displaydialog.cpp symbolwidget.cpp \
|
||||
searchdialog.cpp librarydialog.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucslib.h displaydialog.h symbolwidget.h searchdialog.h \
|
||||
librarydialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,49 +0,0 @@
|
||||
#
|
||||
# qucs-transcalc/libtranscalc.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2008 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Static Lib
|
||||
NAME = libtranscalc
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = microstrip.cpp transline.cpp coax.cpp rectwaveguide.cpp \
|
||||
c_microstrip.cpp coplanar.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS =
|
||||
|
||||
# Additional libraries.
|
||||
LIBS =
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS =
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,51 +0,0 @@
|
||||
#
|
||||
# qucs-transcalc/qucstrans.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucstrans
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = main.cpp qucstrans.cpp helpdialog.cpp optionsdialog.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucstrans.h helpdialog.h optionsdialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -ltranscalc -lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS = -L.
|
||||
|
||||
# Linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
38
qucs.ap
38
qucs.ap
@ -1,38 +0,0 @@
|
||||
#
|
||||
# qucs.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Project
|
||||
|
||||
# List all projects here.
|
||||
PROJECTS = \
|
||||
qucs-help/qucshelp qucs-edit/qucsedit qucs/qucs \
|
||||
qucs/components/libcomponents qucs/diagrams/libdiagrams \
|
||||
qucs/paintings/libpaintings qucs/dialogs/libdialogs \
|
||||
qucs-filter/qucsfilter qucs-transcalc/qucstrans \
|
||||
qucs-transcalc/libtranscalc qucs-lib/qucslib \
|
||||
qucs-attenuator/qucsattenuator \
|
||||
qucsactivefilter/qucsactivefilter
|
||||
|
||||
# Notify dependencies.
|
||||
qucs_DEPENDENCIES = libcomponents libdiagrams libpaintings libdialogs
|
||||
|
||||
qucstrans_DEPENDENCIES = libtranscalc
|
@ -1,78 +0,0 @@
|
||||
#
|
||||
# qucs/components/libcomponents.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005-2011 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Static Lib
|
||||
NAME = libcomponents
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = phaseshifter.cpp gyrator.cpp componentdialog.cpp \
|
||||
vcvs.cpp vccs.cpp tr_sim.cpp tline.cpp substrate.cpp sp_sim.cpp \
|
||||
param_sweep.cpp mstee.cpp msstep.cpp msline.cpp mscross.cpp mscoupled.cpp mslange.cpp \
|
||||
mscorner.cpp hb_sim.cpp diode.cpp dc_sim.cpp coplanar.cpp ccvs.cpp cccs.cpp \
|
||||
ac_sim.cpp volt_dc.cpp volt_ac.cpp subcircuit.cpp sparamfile.cpp \
|
||||
source_ac.cpp isolator.cpp equation.cpp circulator.cpp attenuator.cpp \
|
||||
ampere_dc.cpp transformer.cpp symtrafo.cpp subcirport.cpp ground.cpp \
|
||||
dcfeed.cpp dcblock.cpp biast.cpp inductor.cpp capacitor.cpp vhdlfile.cpp \
|
||||
component.cpp resistor.cpp iprobe.cpp volt_noise.cpp ampere_noise.cpp \
|
||||
msmbend.cpp msopen.cpp ampere_ac.cpp bjt.cpp jfet.cpp mosfet.cpp \
|
||||
msgap.cpp bjtsub.cpp mosfet_sub.cpp vpulse.cpp ipulse.cpp vrect.cpp \
|
||||
irect.cpp msvia.cpp amplifier.cpp opamp.cpp spicefile.cpp cpwopen.cpp \
|
||||
cpwshort.cpp cpwgap.cpp spicedialog.cpp cpwstep.cpp libcomp.cpp mutual.cpp \
|
||||
mutual2.cpp noise_ii.cpp noise_iv.cpp noise_vv.cpp logical_or.cpp \
|
||||
logical_nor.cpp logical_and.cpp logical_nand.cpp logical_xor.cpp \
|
||||
logical_xnor.cpp logical_inv.cpp digi_sim.cpp digi_source.cpp coupler.cpp \
|
||||
rs_flipflop.cpp d_flipflop.cpp jk_flipflop.cpp coaxialline.cpp vprobe.cpp \
|
||||
switch.cpp relais.cpp am_modulator.cpp pm_modulator.cpp opt_sim.cpp \
|
||||
optimizedialog.cpp tline_4port.cpp twistedpair.cpp bondwire.cpp rlcg.cpp \
|
||||
hicumL2V2p1.cpp HBT_X.cpp verilogfile.cpp vexp.cpp iexp.cpp eqndefined.cpp \
|
||||
vfile.cpp ifile.cpp mod_amp.cpp hic2_full.cpp thyristor.cpp triac.cpp \
|
||||
diac.cpp log_amp.cpp hic0_full.cpp potentiometer.cpp rfedd.cpp rfedd2p.cpp \
|
||||
MESFET.cpp rectline.cpp hicumL0V1p2.cpp hicumL2V2p23.cpp photodiode.cpp \
|
||||
EKV26MOS.cpp logical_buf.cpp dff_SR.cpp jkff_SR.cpp tff_SR.cpp \
|
||||
gatedDlatch.cpp logic_0.cpp logic_1.cpp mux2to1.cpp mux4to1.cpp mux8to1.cpp \
|
||||
DLS_nto1.cpp DLS_1ton.cpp andor4x2.cpp andor4x3.cpp andor4x4.cpp \
|
||||
dmux2to4.cpp dmux3to8.cpp dmux4to16.cpp ha1b.cpp fa1b.cpp fa2b.cpp \
|
||||
pad2bit.cpp pad3bit.cpp pad4bit.cpp binarytogrey4bit.cpp vafile.cpp \
|
||||
greytobinary4bit.cpp comp_1bit.cpp comp_2bit.cpp comp_4bit.cpp \
|
||||
hpribin4bit.cpp msrstub.cpp phototransistor.cpp nigbt.cpp hicumL2V2p24.cpp \
|
||||
hicumL0V1p2g.cpp hybrid.cpp ctline.cpp tunneldiode.cpp hicumL0V1p3.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = componentdialog.h spicedialog.h optimizedialog.h spicefile.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS =
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS =
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,51 +0,0 @@
|
||||
#
|
||||
# qucs/diagrams/libdiagrams.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Static Lib
|
||||
NAME = libdiagrams
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = tabdiagram.cpp smithdiagram.cpp rectdiagram.cpp \
|
||||
polardiagram.cpp graph.cpp diagramdialog.cpp diagram.cpp marker.cpp \
|
||||
markerdialog.cpp psdiagram.cpp rect3ddiagram.cpp curvediagram.cpp \
|
||||
timingdiagram.cpp truthdiagram.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = diagramdialog.h markerdialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS =
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS =
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,55 +0,0 @@
|
||||
#
|
||||
# qucs/dialogs/libdialogs.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006, 2007, 2009 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Static Lib
|
||||
NAME = libdialogs
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = savedialog.cpp settingsdialog.cpp newprojdialog.cpp \
|
||||
simmessage.cpp qucssettingsdialog.cpp labeldialog.cpp \
|
||||
changedialog.cpp matchdialog.cpp sweepdialog.cpp \
|
||||
digisettingsdialog.cpp searchdialog.cpp librarydialog.cpp \
|
||||
importdialog.cpp packagedialog.cpp vasettingsdialog.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = savedialog.h settingsdialog.h simmessage.h \
|
||||
qucssettingsdialog.h labeldialog.h changedialog.h matchdialog.h \
|
||||
sweepdialog.h digisettingsdialog.h searchdialog.h librarydialog.h \
|
||||
importdialog.h packagedialog.h vasettingsdialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS =
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS =
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
@ -1,51 +0,0 @@
|
||||
#
|
||||
# qucs/paintings/libpaintings.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Static Lib
|
||||
NAME = libpaintings
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = rectangle.cpp painting.cpp arrow.cpp \
|
||||
graphictextdialog.cpp graphictext.cpp graphicline.cpp ellipse.cpp \
|
||||
arrowdialog.cpp filldialog.cpp portsymbol.cpp ellipsearc.cpp id_text.cpp \
|
||||
id_dialog.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = arrowdialog.h graphictextdialog.h filldialog.h id_dialog.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS =
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS =
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I.. -I../.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
55
qucs/qucs.ap
55
qucs/qucs.ap
@ -1,55 +0,0 @@
|
||||
#
|
||||
# qucs/qucs.ap - Autodsp input file.
|
||||
#
|
||||
# Copyright (C) 2005, 2006, 2009, 2011 Stefan Jahn <stefan@lkcc.org>
|
||||
#
|
||||
# This is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# This software is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this package; see the file COPYING. If not, write to
|
||||
# the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
|
||||
# Boston, MA 02110-1301, USA.
|
||||
#
|
||||
|
||||
OWNER = <4>
|
||||
TARGET_TYPE = Qt Win32 App
|
||||
NAME = qucs
|
||||
|
||||
# List all sources here.
|
||||
SOURCES = node.cpp element.cpp qucsdoc.cpp wire.cpp mouseactions.cpp \
|
||||
qucs.cpp main.cpp wirelabel.cpp qucs_init.cpp qucs_actions.cpp \
|
||||
viewpainter.cpp mnemo.cpp schematic.cpp schematic_element.cpp textdoc.cpp \
|
||||
schematic_file.cpp syntax.cpp module.cpp octave_window.cpp
|
||||
|
||||
# List of special Qt files.
|
||||
MOCHEADERS = qucs.h schematic.h textdoc.h octave_window.h
|
||||
|
||||
# Additional libraries.
|
||||
LIBS = -lcomponents -ldiagrams -lpaintings -ldialogs \
|
||||
-lqtmain.lib -lqt-mt3.lib
|
||||
|
||||
# Linker flags.
|
||||
LDFLAGS = -Lcomponents -Ldiagrams -Lpaintings -Ldialogs
|
||||
|
||||
# More linker flags.
|
||||
all_LDFLAGS = -L$(QTDIR)/lib
|
||||
|
||||
# Include paths.
|
||||
INCLUDES = -I. -I.. -I$(QTDIR)/include
|
||||
|
||||
# Preprocessor flags.
|
||||
DEFS = -DQT_THREAD_SUPPORT -D_REENTRANT -DUNICODE -DQT_DLL
|
||||
|
||||
# Extra debug preprocessor flags.
|
||||
dbg_DEFS = -DDEBUG
|
||||
|
||||
# Extra release preprocessor flags.
|
||||
opt_DEFS = -DQT_NO_DEBUG
|
Loading…
x
Reference in New Issue
Block a user