mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
101 lines
4.3 KiB
Makefile
101 lines
4.3 KiB
Makefile
#
|
|
# Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
|
# Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
|
|
#
|
|
# This program 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 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program 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 program; if not, write to the Free Software
|
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
#
|
|
# $Id$
|
|
# $Source$
|
|
#
|
|
MYSQL=mysql
|
|
BASE=dolibarr2
|
|
OPTIONS=-udolibarr2u -pazazaz
|
|
|
|
all: show
|
|
|
|
create:
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_actioncomm.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_actioncomm.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_chargesociales.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_effectif.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_paiement.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_pays.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_propalst.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_stcomm.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_c_typent.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent_type.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent_options.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_adherent_options_label.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_album.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_auteur.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_account.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_categ.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bank_class.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_bookmark.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_boxes.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_boxes_def.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_chargesociales.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_const.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_cotisation.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_don.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_editeur.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_fa_pr.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_facturedet.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_fichinter.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_groupart.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_livre.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_paiement.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_pointmort.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_product.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_projet.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_propal.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_propaldet.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_soc_recontact.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_sqltables.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_tva.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_user.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_ventes.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_voyage.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_voyage_reduc.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_societe.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_socpeople.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_socstatutlog.sql
|
|
#ajouts eric.seigne@ryxeo.com 2004.01.07
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_user_rights.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_action_def.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_cond_reglement.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_contrat.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn_det.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_facture_tva_sum.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_paiementfourn.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_product_price.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_propal_model_pdf.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_rights_def.sql
|
|
#ajout tables oubliees 2004.01.31
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_co_fa.sql
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_co_pr.sql
|
|
#ajout tables 2004.06.08
|
|
$(MYSQL) $(OPTIONS) $(BASE) < llx_paiementcharge.sql
|
|
|
|
show:
|
|
$(MYSQL) $(OPTIONS) $(BASE) -e 'show tables'
|